PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFForm Class / exportData Method / exportData(Stream,PDFFormDataFormat,String,int) Method
The output stream for form data.
The data format for export.
The PDF file name the data is exported from.
Options for exporting the data, see constants in PDFFormDataOptions class. They can be combined using 'or' operator.
In This Topic
    exportData(Stream,PDFFormDataFormat,String,int) Method
    In This Topic
    Exports the form data to a stream.
    Syntax
    public void exportData( 
       Stream stream,
       PDFFormDataFormat format,
       java.lang.String pdfFileName,
       int options
    )

    Parameters

    stream
    The output stream for form data.
    format
    The data format for export.
    pdfFileName
    The PDF file name the data is exported from.
    options
    Options for exporting the data, see constants in PDFFormDataOptions class. They can be combined using 'or' operator.
    See Also